style.md

EXAMPLES

  • ٱلرَّحۡمَ
  • ٱلرَّحِیمِ
 
// <ul start='0'>
//     <li> ﷲ 
//     <li> ٱلرَّحۡمَـٰنِ 
// <li> ٱلرَّحِیمِ 
//     
//     <li>
// </ul>


 document
  .querySelector ("ul[start='0']")
  .style.columnCount=1

// <ul start='0'>
//     <li> ﷲ 
//     <li> ٱلرَّحۡمَـٰنِ 
// <li> ٱلرَّحِیمِ 
//     
//     <li>
// </ul>


 document
  .querySelector ("ul[start='0']")
  .style.columnCount=1

.style.cssText

document.getElementById("").style.cssText
  = "background-color: #eee; padding:0.2em"

document . getElementById("") . style . cssText
= "background-color: #eee; padding:0.2em"

document
.getElementById("")
.style.cssText=
		"background-color: #eee; padding:0.2em"



document.getElementById("").style.cssText
  = "background-color: #eee; padding:0.2em"

document . getElementById("") . style . cssText
= "background-color: #eee; padding:0.2em"

document
.getElementById("")
.style.cssText=
		"background-color: #eee; padding:0.2em"